ASP.NET Core MVC コントロールヘルプ
RefreshOnEdit メソッド (BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス : RefreshOnEdit メソッド
The value.
Configurates C1.Web.Mvc.BaseCollectionViewService<T>.RefreshOnEdit. Sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited.
シンタックス
'宣言
 
Public Overridable Function RefreshOnEdit( _
   ByVal value As System.Boolean _
) As TBuilder
public virtual TBuilder RefreshOnEdit( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property is set to true by default, which ensures the collection is always sorted, filtered, and grouped correctly after any edit operations.
参照

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> メンバ